OracleString Constructor(Byte[],Boolean)
Initializes a new instance of the
OracleString structure with the specified array of bytes.
'Declaration
Public Function New( _
ByVal () As Byte, _
ByVal As Boolean _
)
Parameters
- bytes
- The specified byte array.
- isUnicode
- Specifies whether the byte array is in Unicode encoding or in local encoding.